h1 {
  color: white;   /*wird überschrieben */
  font: bold 4em Helvetica, Arial, sans-serif;
  margin: 0.5em 0;
  padding: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: grey;
  -webkit-text-stroke: 1.5px grey;
}

p {

  font: bold 1.5em Helvetica, Arial, sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
}
